Fully Qualified Name: | Laminas\Filter\AbstractDateDropdown |
Extends: | AbstractFilter |
Name | Description | Defined By |
---|---|---|
__construct() | AbstractDateDropdown | |
__invoke() | Invoke filter as a command | AbstractFilter |
filter() | Attempts to filter an array of date/time information to a formatted string. | AbstractDateDropdown |
getOptions() | Retrieve options representing object state | AbstractFilter |
hasPcreUnicodeSupport() | AbstractFilter | |
isNullOnAllEmpty() | AbstractDateDropdown | |
isNullOnEmpty() | AbstractDateDropdown | |
reduce() | Reduce to a single value | AbstractDateDropdown |
setNullOnAllEmpty() | AbstractDateDropdown | |
setNullOnEmpty() | AbstractDateDropdown | |
setOptions() | AbstractFilter |
Parameter Name | Type | Description |
---|---|---|
$options | mixed | If |
Returns:
Invoke filter as a command
Proxies to {@link filter()}
Parameter Name | Type | Description |
---|---|---|
$value | mixed |
Returns: mixed
Attempts to filter an array of date/time information to a formatted string.
Parameter Name | Type | Description |
---|---|---|
$value | mixed |
Returns: mixed
Retrieve options representing object state
Returns: array
Returns: bool
Returns: bool
Returns: bool
Reduce to a single value
Parameter Name | Type | Description |
---|---|---|
$soFar | string | |
$value | string |
Returns: bool
Parameter Name | Type | Description |
---|---|---|
$nullOnAllEmpty | bool |
Returns: self
Parameter Name | Type | Description |
---|---|---|
$nullOnEmpty | bool |
Returns: self
Parameter Name | Type | Description |
---|---|---|
$options | array|\Traversable |
Returns: self